Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
translateWidgetTable
This procedure translates the widgets temp-table,
ttTranslate, from thebuildWidgetTableprocedure. The procedure uses themultiTranslationprocedure, if it has not already been run.The
Location: af\app\aftrnmngrp.i Parameters:plTranslatedflag allows themultiTranslationprocedure to run prior to this procedure so that all languages can be translated in one pass if required. The table of widgets can therefore contain entries for each language. The procedure uses the entries for the passed-in language or the login language. The temp-table might only have entries for the login language, in which case the language obj is 0.INPUT plTranslated AS LOGICALIf the
multiTranslationprocedure has run, set toYES.INPUT pdLanguageObj AS DECIMALThe translation language object number to use. Use 0 for the login language.
INPUT TABLE FOR ttTranslateThe temp-table of widgets to translate.
Notes: This procedure can only run on the client because the handles are not valid on the server. Examples: See thedoTranslationsprocedure inaf\cod2\aftemcpasw.w.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |